home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / util / pictcont.sit / PICT Control.rsrc / TEXT_301.txt < prev    next >
Text File  |  1988-11-15  |  819b  |  11 lines

  1. ^l2. Control Record Field Interpretations:
  2.  
  3. PICT Control uses the value fields of the control record in a manner which it is important to be aware of.
  4.  
  5. ΓÇó  contrlValue ΓÇô contains the resource ID of the picture currently displayed by the control.
  6.  
  7. ΓÇó  contrlMin ΓÇô contains the minimum resource ID for pictures to be displayed in the control.  In controls defined by only one picture this will be same as contrlValue.
  8.  
  9. ΓÇó  contrlMax ΓÇô contains the maximum resource ID for pictures to be displayed in the control.  In controls defined by only one picture this will be same as contrlValue.
  10.  
  11. The value of these fields may be changed at any time using the SetCtlValue(), SetCtlMin() and SetCtlMax() routines.  As a result, all you have to do in order to change a PICT ControlΓÇÖs appearance is to call SetCtlValue().